Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: IDE Api Calls from UI #159

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

jggoebel
Copy link
Member

@jggoebel
Copy link
Member Author

editor_interaction

@jggoebel
Copy link
Member Author

jggoebel commented Feb 21, 2023

Syntax that may be used

Need to provide the node name, the path of the API and the text to be shown.
The content of the codeblock is the JSON Body send to the IDE API

```ide:node1:/goto/position:Select the text
{
    "file": "/root/.profile",
    "start": {
        "line" : 2,
        "char" : 0
    },
    "end": {
        "line" : 2,
        "char" : 3
    }
}
```

@jggoebel jggoebel changed the title WIP: IDE Api Calls from UI IDE Api Calls from UI Feb 21, 2023
@jggoebel jggoebel changed the title IDE Api Calls from UI WIP: IDE Api Calls from UI May 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant